home *** CD-ROM | disk | FTP | other *** search
/ Web Page Construction Kit 3.0 / Web Page Construction Kit 3.0.iso / pc / source / 3rdparty / cgi / libs / cgiwrap / readme.txt < prev   
Encoding:
Text File  |  1996-05-06  |  2.3 KB  |  64 lines

  1. README for CGIwrap:
  2. -------------------
  3.  
  4. This is CGI-Wrap - a gateway that allows more secure user access to CGI 
  5. programs on an HTTPd server than is provided by the http server itself. The
  6. primary function of CGIwrap is to make certain that any CGI script runs with
  7. the permissions of the user who installed it, and not those of the server.
  8.  
  9. CGIwrap works with NCSA httpd, Apache, CERN httpd, NetSite Commerce and
  10. Communications servers, and probably any other Unix based web server 
  11. software that supports CGI.
  12.  
  13. This code may be freely copied and distributed as long as the documentation
  14. and README files are kept intact. You may not modify and redistribute 
  15. CGIwrap without my permission. Permission is granted to include CGIwrap on
  16. any CD-ROM or online software collection as long as I get a complimentary
  17. copy of the CD-ROM, or at the very least, you send me an order form.
  18.  
  19. An important note is, this script makes the CGI access MORE secure, but 
  20. it does not make CGI "secure". By it's very nature, CGI itself can 
  21. never be 100% secure, it is always dependent on the script itself. It is
  22. always a good idea to pay attention to the various unix security and CGI
  23. authoring news groups. If in doubt, show your scripts to someone who is more
  24. experienced, they might catch something you missed.
  25.  
  26.  -- Nathan Neulinger (nneul@umr.edu)
  27.  
  28.  
  29. Installation Instructions:
  30. --------------------------
  31. Read doc/NOTES for suggestions and restrictions for specific architectures.
  32. Read doc/INSTALL for compilation and installation instructions
  33.  
  34.  
  35. Quick Install:
  36. --------------
  37.     Type "./Configure"
  38.     Answer the questions
  39.     Type "make"
  40.     Copy cgiwrap to your cgi-bin directory
  41.     Make symlinks to cgiwrap: cgiwrapd/nph-cgiwrap/nph-cgiwrapd
  42.     Make it owned by root, and mode 4755. (or 4750 if httpd in own group)
  43.     
  44.     
  45. Mailing List:
  46. -------------
  47. To subscribe to the CGIwrap mailing list, which has discussion about CGIwrap, 
  48. hints and tips, and announcements of new releases: Send an email message
  49. to "listserv@rollanet.org" containing:
  50.  
  51.     SUBSCRIBE CGIWRAP FirstName LastName
  52.     
  53. To unsubscribe from the list: Send an email message, from the address you are
  54. subscribe at, to "listserv@rollanet.org" containing:
  55.  
  56.     UNSUBSCRIBE CGIWRAP 
  57.  
  58.  
  59. FTP Site:
  60. ---------
  61. The current version of CGIwrap is available from:
  62.  
  63. ftp://ftp.cc.umr.edu/pub/cgi/cgiwrap/
  64.